home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / MUIOff / MUIOff.doc < prev    next >
Text File  |  1996-09-26  |  3KB  |  97 lines

  1. MUIOff v1.0
  2.  
  3. MUIOff and this documentation are Copyright © 1994 by Michael Barsoom.
  4.  
  5. -+- License  -+-
  6.  
  7. MUIOff may be freely distributed as long as no charge is made other than to
  8. cover time and copying costs.  This should be no higher than what Fred Fish
  9. charges from one of his freely redistributable disks.
  10.  
  11. You may not copy and/or distribute this program without the accompanying
  12. documentation unless you get permission from the author to do so.
  13.  
  14. Fred Fish has permission to include this program on his FD disks/CDRoms.
  15.  
  16. If you write a freely redistributable program and would like to include
  17. MUIOff with it, feel free to do so only if you send me a fully registered
  18. version of your program.
  19.  
  20. Finally if you wish to include MUIOff on a disk magazine you are REQUIRED
  21. to get the author's permission FIRST.  Usually all that will required is
  22. for you to send me a copy of the issue with MUIOff, free of charge.
  23.  
  24. -+- Disclaimer -+-
  25.  
  26. This product is sold "as is" without representation or warranty of any
  27. kind, either expressed or implied.  The user assumes all risks and
  28. responsibilities related to its use.
  29.  
  30. -+- Introduction -+-
  31.  
  32. MUIOff will automatically cancel MUI requesters for you.  MUIOff does this
  33. by patching the MUIMaster library MUI_RequestA() function and replacing it
  34. with a new on.  MUIOff will not cancel all the requesters, but will examine
  35. the contents of the reqester and compare it to a list of strings you
  36. specify.  If one of the strings appears in the requester text, you will not
  37. see the requester.  All this can be configured with the built in config
  38. editor.
  39.  
  40. -+- Requirements -+-
  41.  
  42. 1) Workbench 2.0+
  43. 2) MUI v2.1+ (obviously)
  44.  
  45. -+- Installation -+-
  46.  
  47. Put it in WBStartup.
  48. Run it.  The first time you run it the GUI editor will apear.
  49.  
  50. Now run MUI prefs and select MUIOff.
  51. One the system page set the following option:
  52.     1) Start Iconified - this is to prevent the GUI from appearing when first
  53.                            started
  54.     2) Save your prefs.
  55.  
  56. -+- Usage -+-
  57.  
  58. To quit MUIOff, send it a kill message from the Cx Exchange, send it a
  59. ctrl-c with a TaskX like program.
  60.  
  61. To pop up the config editor run MUIOff again, or select show interface from
  62. the commodities exchange.
  63.  
  64. The main window has the following buttons.
  65.  
  66. The list view contains a list of strings.  When a program goes to display a
  67. MUI requester.  MUIOff will compare the contents of the requester with the
  68. strings.  If one of the strings appears in the requester, the requester
  69. will not appear.
  70.  
  71. Add    -  add a new string to the list
  72. Delete - delete the active string from the list
  73.  
  74. Hide   - hide the window
  75. Remove - remove the patch
  76.  
  77. Load   - load the current config from S:MUIOff.cfg
  78. Save   - save the current config to S:MUIOff.cfg
  79.  
  80. -+- Bugs, Suggestions -+-
  81.  
  82. you can reach me at:
  83.  
  84. 5524 Pine Street
  85. Omaha NE 68106
  86. USA
  87.  
  88. Internet:  mbars@bluejay.creighton.edu
  89. Fidonet:   Mike Barsoom @ 1:285/11.9
  90. AmigaNet:  Mike Barsoom @ 40:200/10.9
  91.  
  92.  
  93. -+- History -+-
  94.  
  95. v1.0
  96.   o First Release
  97.